-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve ccache use on github workflows #1243
Conversation
This reverts commit a67d3ed.
|
||
jobs: | ||
clear-cache: | ||
runs-on: ubuntu-latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should it run on all the platform with CCache? (I.e. eg Windows?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope. All it's doing is making GitHub calls; the cache itself is platform agnostic.
Ping @pcanal |
1 similar comment
Ping @pcanal |
This PR:
pr
filename for consistency with the workflow triggermerge_group
workflow so we can try it again